Code Advisor for Visual Basic 6
Project: PSP_Slider_Generator
Project Path: C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\SliderImageGenerator.vbp
Scope: Active Project
Rule Count: 7
Component Count: 4
Issue Count: 0
Report Date: 12/07/2006
Processing Time: 00:00:04
Issues Total Count:0
Components Total Count:4
Name File Names Line Count Issue Count
frmMain C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Forms\frmMain.frm
C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Forms\frmMain.frx
243 0
frmDir C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Forms\frmDir.frm
C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Forms\frmDir.frx
31 0
modMain C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Modules\modMain.bas
7 0
cGdiPlus C:\Documents and Settings\Michael\Desktop\luaplayerwindows\source\Classes\cGdiPlus.cls
241 0
Rules Total Count:7
Name Description Issue Count
Late Binding of Variant or Object Variables, parameters, and return values typed as Variant or Object can cause problems when upgrading. 0
Missing Option Explicit When Option Explicit is missing from the Declarations area of a module, your code can implicitly create new variables of type Variant without declaring them. 0
Variant-Returning String Function Variant-returning string functions are not supported in Visual Basic .NET. Use the String-returning version of the function, which has a '$' suffix. 0
Incorrect Use Of Enumeration Incorrectly used enumeration constants will not up upgraded. 0
DAO Data Binding DAO data binding is deprecated in Visual Basic 6. Consider using ADO data binding instead. 0
RDO Data Binding Replace RDO data binding with ADO 0
Single Threaded Controls Controls designed for Visual Basic 6 have better performance , since they are apartment threaded. 0